/* @charset "utf-8";*/
/* CSS Document */
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
  /* [disabled]margin:0; */
  padding: 0;
  font-family: "microsoft yahei", "simhei", "simsun";
  color: #394351;
  font-size: 16px;
  margin: 0;
  outline: 0;
}
body {
  background-color: #f5f5f5;
}
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  font-weight: normal;
}
html, body, fieldset, img, iframe, abbr {
  border: 0;
}
i, cite, em, var, address, dfn {
  font-style: normal;
}
[hidefocus], summary {
  outline: 0;
}
li {
  list-style: none;
}
h1, h2, h3, h4, h5, h6, small {
  font-size: 100%;
  font-weight: normal
}
sup, sub {
  font-size: 83%;
}
pre, code, kbd, samp {
  font-family: inherit;
}
q:before, q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label, summary {
  cursor: default;
}
a, button {
  cursor: pointer;
}
del, ins, u, s, a, a:hover {
  text-decoration: none;
}
a, a:hover {
  color: #394351;
}
.pb100t {
  padding-bottom: 100px !important
}
.lhj_xzhdjj {
  margin-top: 50px;
}
/* 全局通用 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
.clearfix {
  * + height: 1%;
}
input {
  border: 0px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], html input[disabled] {
  cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
input {
  line-height: normal
}
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #9ea5af;
  font-size: 14px;
}
.search_input_Big::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ffae85;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c2c6cb;
  font-size: 14px;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c2c6cb;
  font-size: 14px;
}
.fLeft {
  float: left;
}
.fRight {
  float: right;
}
/* 全局通用 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
.clearfix {
  * + height: 1%;
}
*, :before, :after {
  box-sizing: border-box;
}
/* 顶部*/
.header_bar {
  width: 100%;
  padding: 13px 0;
  background: rgba(6, 22, 46, 1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.icon_Wechat, .icon_Weibo, .icon_App, .icon_en, .icon_Disa, .icon_Mail, .icon_site {
  background-position: center center;
}
.icon_en {
  background: url(i_ico4.png) no-repeat;
  background-size: 40px;
  width: 30px;
  height: 30px;
  display: inline-block;
  float: left;
  margin: 0 10px
}
.icon_Disa {
  background: url(cosmos_disable@2x.png) no-repeat;
}
.icon_App {
  background: url(cosmos_APP@2x.png) no-repeat;
}
.icon_Wechat {
  background: url(cosmos_weichat@2x.png) no-repeat;
}
.icon_W {
  background: url(i_ico.png) no-repeat;
}
.header_bar .links a {
  width: 30px;
  height: 30px;
  display: inline-block;
  float: left;
  margin: 0 10px
}
.row {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden
}
.searchBox {}
#form1 {
  display: flex;
  justify-content: space-between;
  display: flex;
  width: 267px;
  height: 32px;
  background: #565656;
  border-radius: 6px;
  ;
}
.searchBox .btn {
  width: 32px;
  height: 32px;
  background: url(cosmos_search_icon@2x.png) no-repeat center;
  background-size: 15px
}
.searchInput {
  height: 32px;
  padding: 0 5%;
  background-color: transparent;
  border: none;
  color: #fff;
  flex: 1
}
.yws {
  width: 85px;
  height: 32px;
  background: #FFA838;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  border: none;
  color: #fff;
  margin-left: 16px;
}
.user {
  height: 30px;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  display: flex;
  margin-left: 32px
}
.user a {
  color: #fff;
  padding: 0 10px 0 30px;
  text-align: center;
  position: relative;
  margin-top: 3px
}
.user a::before {
  width: 1px;
  height: 14px;
  background: #fff;
  content: "";
  position: absolute;
  top: 4px;
  right: 0
}
.user a:last-child::before {
  display: none
}
.login_Btn {
  background: url(fill.png) 10px 3px no-repeat;
}
.register_Btn {
  background: url("fill(1).png") 10px 3px no-repeat;
}
.tcdl {
  background: url(cosmos_signOut.png) 10px 3px no-repeat;
}
.zq_btn {
  width: 114px;
  height: 30px;
  background: #D93434;
  border-radius: 4px;
  margin-left: 28px;
  display: none
}
.zq_btn a {
  color: #fff;
  line-height: 26px;
  background: url(i_ico2.png) 12px 5px no-repeat;
  padding-left: 35px;
  background-size: 12px
}
/* 线性按钮 */
.z_menu_btn {
  cursor: pointer;
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  background: #0f66b5
}
.z_menu_btn span {
  display: block;
  transition: ease .6s;
  width: 30px;
  height: 3px;
  background: #fff;
}
.z_menu_btn .line2 {
  margin: 6px 0;
}
.z_menu_btn.on .line1 {
  transform: translateY(9px) rotate(45deg);
}
.z_menu_btn.on .line3 {
  transform: translateY(-9px) rotate(-45deg);
}
.z_menu_btn.on .line2 {
  opacity: 0;
}
/* 线性按钮 */
.z_header {
  width: 1200px;
  position: absolute;
  left: auto;
	right: 94px;
  top: 100px;
  transition: ease .6s;
  z-index: 99;
}
.z_header.on {
  padding: 10px 2.6vw;
  transform: translateY(-36px);
}
.z_header .nav {
  width: 762px;
  height: 46px;
  background: rgba(255, 255, 255, .8);
  border-radius: 3px;
  display: flex;
  justify-content: space-between;

}
.z_header .nav li {
  flex: 1;
  text-align: center
}
.z_header .nav li .links {
  font-weight: bold;
  height: 46px;
  font-size: 16px;
  color: #2A2A2A;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative
}
.z_header .nav li .links::before {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #0E66B4;
  position: absolute;
  left: 10%;
  bottom: 0;
  z-index: 1;
  transition: ease 1s;
}
.z_header .nav li:hover .links::before {
  width: 80%
}
.z_header .nav li a label {
  font-weight: normal;

  color: #505050;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
   
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}
.mt35 {
  margin-top: 35px
}
.bg_white {
  background: #fff
}
/*通用TAB*/
.tab-ul {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.tab-ul li {
  float: left;
  display: inline-block;
  padding: 0 18px;
  height: 38px;
  line-height: 38px;
  font-size: 20px;
}
.tab-ul .cur {
  background: #0E66B4;
}
.tab-ul .cur a {
  color: #fff;
}
.tab-con {
  display: none
}
/*通用ul列表*/
.currency_ul, .new_list {
  width: 100%;
  overflow: hidden;
  display: block;
  margin-top: 25px
}
.currency_ul li {
  padding-left: 18px;
  clear: both;
  display: block;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
}
.currency_ul li:last-child {
  margin-bottom: 0px;
}
.currency_ul li:hover {
  background: url(" libg_on_dkj_2021621.png") 0 6px no-repeat;
}
.currency_ul li a {
  color: #333;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 18px;
}
.currency_ul li span {
  float: right;
  color: #A3A3A3;
  font-size: 16px
}
.currency_ul li:hover a {
  color: #1572cf;
  text-indent: 15px;
}
.currency_ul li::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 10px;
  left: 0px;
  border-radius: 10px;
  background: #c1c5ca;
}
.titH2 {
  font-weight: bold;
  color: #3E3E3E;
  font-size: 22px;
  margin-bottom: 35px
}
.col p, .five_box .New_District_r .Read span, .i_jcxxgk li a label, .i_map .item .map_tit p {
  text-transform: uppercase;
}
/* 底部 */
.footer_box {
  background: url(i_bg3.jpg) center no-repeat;
  padding: 45px 0;
  height: 527px;
  background-size: 100%
}
.footer_top {
  width: 100%;
  border-bottom: 1px solid #3b393b;
  padding-bottom: 35px;
  overflow: hidden
}
.footer_top .close {
  width: 40px;
  height: 40px;
  margin: 10px 20px;
  background: url(f_close.png) no-repeat center;
  float: left
}
.footer_top .footer_img {
  float: right
}
.footer_top .footer_img span {
  margin-right: 56px;
  display: inline-block
}
/*相关链接*/
.bottom_links {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-top: 28px;
  justify-content: space-between;
  position: relative; z-index: 9
}
.bottom_links h2 {
  color: #fff;
  font-size: 20px;
  font-weight: bold
}
.bottom_links ul {}
.bottom_links ul li {
  height: 36px;
  line-height: 36px;
  color: #fff;
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  margin-left: 100px;
}
.bottom_links ul li p {
  color: #fff;
  text-align: left;
  text-indent: 17px;
  padding-right: 46px;
  position: relative;
  cursor: pointer;
  font-size: 18px
}
.link_W_Sub:after {
  content: "";
  speak: none;
}
.link_W_Sub > p:after {
  position: absolute;
  speak: none;
  content: "";
  display: inline-block;
  width: 14px;
  height: 8px;
  background: url(f_arrow.png) right center no-repeat;
  right: 18px;
  top: 16px
}
.link_W_Sub.expended > p:after {
  transform: rotate(360deg);
  transition: transform 0.2s linear;
  background: url(f_arrow_on.png) right center no-repeat
}
.link_hidden_box {
  position: absolute;
  width: 1298px;
  height: auto;
  left: 50%;
  margin-left: -650px;
  background: #fff;
  border: 1px solid #1572cf;
  border-radius: 3px 3px 0 0;
  z-index: 9999;
  display: none;
}
.link_hidden_box div {
  padding: 20px;
  text-align: left
}
.link_hidden_box div a {
  color: #333;
  line-height: 30px;
  padding: 0 10px;
  display: inline-block;
  white-space: nowrap;
  font-size: 16px;
}
.link_hidden_box div a:hover {
  color: #1572cf
}
.link_hidden_box div dl {
  width: 50%;
}
.link_hidden_box div dl dt {
  width: 100%;
}
.link_hidden_box div dl dd {
  float: left;
}
.footer {
  width: 100%
}
.footer {
  margin-top: 35px
}
.gov_Icon {
  display: block;
  padding: 30px 30px 0 0;
}
.fLeft {
  float: left;
}
.site_Info_Box {
  line-height: 40px;
  margin-top: 20px;
  width:
}
.site_Info_Box p {
  color: #fff;
  font-size: 18px
}
.site_Info_Box p a {
  color: #fff;
  margin-left: 20px
}
.site_Info_Box p label {
  margin-left: 20px
}
.site_Info_Box .ico {
  padding-left: 30px;
  background: url(jh_mhk_znd_202010096.png) left center no-repeat;
}
.footer .map span {
  width: 45px;
  height: 45px;
  background: url(f_map.png) no-repeat center;
  display: block;
  margin: 10px auto 0;
}
.footer .map {
  width: 86px;
  height: 86px;
  border: 1px solid #FFFFFF;
  text-align: center;
  transition-duration: 0.3s;
  margin-top: 40px;
  padding-top: 0
}
.footer .map a {
  color: #fff;
  width: 100%
}
.footer .map:hover {
  background-color: #B33434 !important;
  transition: all 0.30s linear;
}
.fixed {
  position: absolute;
  width: 68px;
  top: 66px;
  z-index: 999;
  right: -10px;
  display: none
}
.fixed a {
  width: 68px;
  height: 73px;
  border-radius: 6px;
  display: block;
  margin-bottom: 15px;
  padding-top: 48px;
  font-size: 14px;
  color: #0E66B4;
  text-align: center
}
.fixed .ico {
  background: #FFFFFF url(i_ico5.png) no-repeat center 7px
}
.fixed .ico:hover {
  background-color: #F1F8FF;
}
.fixed .ico1 {
  background: #FFFFFF url(i_ico6.png) no-repeat center 12px
}
.totop {
  width: 64px;
  height: 64px;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: #B33434 url(totop.png) center 15px no-repeat;
  color: #fff;
  position: fixed;
  right: 5%;
  bottom: 5%;
  z-index: 99;
  padding-top: 20px;
}
.totop::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(179, 52, 52, .5);
  position: absolute;
  animation: circle-opacity 2s infinite;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
}
@keyframes circle-opacity {
  from {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
.titWhite {
  color: #fff !important
}
.drop-down {
  border-radius: 3px;
  display: none;
  position: relative
}
.drop-down::before {
  content: "";
  width: 90%;
  height: 100%;
  background: rgba(255, 255, 255, 0.79);
  position: absolute;
  top: 10px;
  left: 5%;
  z-index: 0
}
.drop-down .nav_links {
  padding: 20px 0 0
}
.drop-down a {
  font-size: 16px !important;
  color: #363636 !important;
  line-height: 35px !important;
  height: 35px !important;
  position: relative;
  z-index: 1;
  font-weight: normal !important;
  display: block
}
.drop-down a:hover{color: #1251AE !important;}
.z_header .nav li:hover .drop-down {
  display: block
}
.btn-audio {
  width: 30px;
  height: 30px;
  background: url(voice_stop.png) no-repeat center;
  background-size: 20px;
}
.contentpd {
  padding: 0 94px;
}
.zq_btn1 {
  width: 114px;
  height: 30px;
  line-height: 30px;
  background: #549F5E;
  border-radius: 4px;
  margin-left: 15px
}
.zq_btn1 a {
  color: #fff;
  display: block;
  text-align: center
}
.header_bar .links span {
  height: 30px;
  line-height: 30px;
  float: left;
  color: #fff;
}
.header_bar .links span img {
  width: 30px;
  margin-left: 10px;
}
@media screen and (max-width: 1440px) {
  .bottom_links {
    width: 100%
  }
}
@media screen and (max-width: 1366px) {
  .contentpd {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1280px) {
  .bottom_links ul li {
    margin-left: 89px;
  }
}
    @media screen and (max-width: 1280px) {
        html, body {
            width: 1300px!important;
        }
    }
   @media screen and (max-width: 768px) {
        html, body {
            width: 100%!important;
        }
    }